home *** CD-ROM | disk | FTP | other *** search
/ Canadian Geographic Explorer / Canadian Geographic Explorer.iso / pc / riddler.dxr / 00010_Playing rule 3.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  318 b   |  7 lines

  1. on exitFrame
  2.   global gVoiceChannel, gPathToSound, fileDelimiter
  3.   unloadMember()
  4.   preloadMember(member "Shooting Star Start" of castLib "opening animation", the number of member "Shooting Star Stop" of castLib "opening animation")
  5.   sound playFile gVoiceChannel, gPathToSound & "Rules" & fileDelimiter & "R1003"
  6. end
  7.